home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / berm122 / route.pro < prev    next >
Text File  |  1993-08-16  |  1KB  |  40 lines

  1. #if __PROTO__
  2. # define    P(s) s
  3. #else
  4. # define P(s) ()
  5. #endif
  6.  
  7.  
  8. /* route.c */
  9. int isok P((char *string ));
  10. int yyparse P((void ));
  11. void parse P((void ));
  12. #ifdef LINN
  13. void arcmail P((int archiveur));
  14. #else
  15. void arcmail P((void ));
  16. #endif
  17. void addroute P((int flags ));
  18. void route_to P((void ));
  19. void no_route P((void ));
  20. void add_hold P((void ));
  21. void add_poll P((void ));
  22. void forward P((void ));
  23. void if_ok P((void ));
  24. void redirect P((void ));
  25. int parse_route P((void ));
  26. #ifdef LINN
  27. void add_nohold P((void));
  28. #endif
  29. int ArcOk P((int zone , int net , int node ));
  30. int HoldOk P((int zone , int net , int node ));
  31. int ForwardOk P((int fromzone , int fromnet , int fromnode , int frompoint , int tozone , int tonet , int tonode , int topoint , int crash , int file ));
  32. int match P((char *raw , char *pat ));
  33. int match1 P((char *raw , char *pat , int level ));
  34. void getid P((int nr , int *zone , int *net , int *node ));
  35. void ToWhere P((int *zone , int *net , int *node , int dzone , int dnet , int dnode , int dpoint , int crash , int file ));
  36. void ReDirectTo P((int *zone , int *net , int *node , int dzone , int dnet , int dnode , int crash ));
  37. char *PollNode P((int *start ));
  38.  
  39. #undef P
  40.